home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 August / EnterCD 08_2005.iso / boot / menus / filesys2.scn < prev    next >
Encoding:
Text File  |  2005-04-27  |  3.5 KB  |  58 lines

  1. #
  2. # Filesystem Utilities #2
  3. #
  4. filesys2_menu:
  5. set textColor = color[white on black]
  6. clear
  7. set textColor = color[yellow on blue]
  8. print "                            ULTIMATE BOOT CD VER 3.3                            "
  9. print "                         http://www.ultimatebootcd.com/                         "
  10. print "                                                                                "
  11. set textColor = color[white on red]
  12. print "                             [Filesystem Tools 2/2]                             "
  13. set textColor = color[white on cyan]
  14. print "                                                                                "
  15. set textColor = color[yellow on cyan]
  16. print " File Tools                                                                     "
  17. set textColor = color[white on cyan]
  18. print " [F1] DOS Navigator V4.9.0                                                      "
  19. print " [F2] File Maven V3.5a                                                          "
  20. print " [F3] Necromancer's DOS Navigator V2.15                                         "                                     "
  21. print " [F4] D-Browse V1.23 (Remember to enable long filename support during bootup!)  "
  22. print " [F5] Eraser for DOS V5.6                                                       "
  23. print "                                                                                "
  24. set textColor = color[yellow on cyan]
  25. print " NTFS Tools                                                                     "
  26. set textColor = color[white on cyan]
  27. print " [F6] Offline NT Password & Registry Editor 050303                              "
  28. print " [F7] Active NTFS Reader for DOS V1.0.1                                         "
  29. print " [F8] EditBINI V1.01.1                                                          "
  30. print " [F9] Boot Partition V2.50                                                      "
  31. print "                                                                                "
  32. print "                                                                                "
  33. print "                                                                                "
  34. print "                                                                                "
  35. print "                                                                                "
  36. print "                                                                                "
  37. set textColor = color[white on blue]
  38. print "    Left/right arrow key for previous/next screen. ESC returns to main menu.    "
  39. set textColor = color[white on black]
  40.  
  41. #
  42. # Actions
  43. #
  44. getkey
  45. clear
  46. if ($lastKey == key[f1]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=dosnavig
  47. if ($lastKey == key[f2]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=fmaven
  48. if ($lastKey == key[f3]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=ndn
  49. if ($lastKey == key[f4]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=d-browse
  50. if ($lastKey == key[f5]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=eraser
  51. if ($lastKey == key[f6]); then diskemu /images/offline.iso
  52. if ($lastKey == key[f7]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=readntfs
  53. if ($lastKey == key[f8]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=editbini
  54. if ($lastKey == key[f9]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=bootpart
  55. if ($lastKey == key[left]); then script filesys.scn
  56. if ($lastKey == key[esc]); then script main.scn
  57. goto filesys2_menu
  58.